home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Examples / Draw / DrawPart.exp next >
Encoding:
Text File  |  1994-04-21  |  556 b   |  27 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                DrawPart.exp
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Author:                Anthone Burbidge
  7. #    Creation Date:        3/28/94
  8. #
  9. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  10. #
  11. #========================================================================================
  12.  
  13. #include "DrawPart.h"
  14.  
  15. #define kDrawID "appl:framework:sample:draw$library"
  16.  
  17. Library {
  18.     id = kDrawID;
  19.     version = 1.0.0;
  20. };
  21.  
  22. Class CDrawPart
  23. {
  24.     version = 1.0.0;
  25.     flags = newobject;
  26. };
  27.